GtkEntry: Don't forget to notify for the tooltip markup props
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jun 2014 15:33:03 +0000 (11:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:59 +0000 (13:30 -0400)
gtk/gtkentry.c

index 2f1ada12d81cb04356a85b07747fef27e4f71ee7..e93360d9b637884e5ae16852cda5f9e7b97ebae9 100644 (file)
@@ -9328,6 +9328,9 @@ gtk_entry_set_icon_tooltip_markup (GtkEntry             *entry,
   icon_info->tooltip = g_strdup (tooltip);
 
   ensure_has_tooltip (entry);
+
+  g_object_notify (G_OBJECT (entry),
+                   icon_pos == GTK_ENTRY_ICON_PRIMARY ? "primary-icon-tooltip-markup" : "secondary-icon-tooltip-markup");
 }
 
 static gboolean